You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kitsune/llm/questions/prompt.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@
29
29
- `0` = Extremely uncertain.
30
30
- `100` = Completely certain.
31
31
4. Provide a concise explanation supporting your decision.
32
-
5. **Determine if the question may have been classified under the wrong product:** This should be true if and only if the question represents a legitimate support request, **and** the **sole** reason for classifying the question as spam is because it's clearly unrelated to Mozilla's "{product}" product.
32
+
5. **Determine if question was misclassified due to wrong product:** True only if this is a legitimate Mozilla support request that
33
+
doesn't relate to "{product}" but clearly relates to another Mozilla product.
33
34
34
35
# Response format
35
36
{format_instructions}
@@ -147,7 +148,10 @@
147
148
ResponseSchema(
148
149
name="maybe_misclassified",
149
150
type="bool",
150
-
description="A boolean that when true indicates that the question may be classified under the wrong product",
151
+
description=(
152
+
"True if this appears to be a legitimate Mozilla support request"
153
+
" that was flagged as spam solely due to incorrect product categorization."
0 commit comments